Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade dependencies #328

Merged
merged 3 commits into from
Aug 8, 2023
Merged

Upgrade dependencies #328

merged 3 commits into from
Aug 8, 2023

Conversation

guerrap
Copy link
Contributor

@guerrap guerrap commented Aug 7, 2023

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Aug 7, 2023

🦋 Changeset detected

Latest commit: c9b38f9

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 4 packages
Name Type
@carrot-kpi/host-frontend Minor
@carrot-kpi/react Minor
@carrot-kpi/sdk Minor
@carrot-kpi/ui Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link

vercel bot commented Aug 7, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
host-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 7, 2023 2:44pm
ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 7, 2023 2:44pm

@luzzif luzzif merged commit 9aec86a into develop Aug 8, 2023
2 checks passed
@luzzif luzzif deleted the chore/upgrade-dependencies branch August 8, 2023 13:52
luzzif added a commit that referenced this pull request Aug 8, 2023
* feat(frontend): implement featured KPI tokens (#321)

* chore: version packages (#323)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Avoid fetching all KPIs tokens if the blacklist is empty (#324)

* fix(frontend): avoid fetching all KPI tokens if the blacklist is empty

* docs: add changeset

* Implement blacklisted KPI tokens filter (#325)

* feat(sdk): implement blacklisted KPI tokens filters

* docs: add changeset

* refactor(frontend): move blacklist fetch to dedicated hook, use new static links

* feat(react): add blacklist param to KPI token hooks

* refactor(sdk): remove blacklist fetch, add optional blacklist param to fetchers

* docs: add changesets

* Replace __DEV__ env with __PROD__ (#326)

* refactor(frontend): replace __DEV__ env with __PROD__

* docs: add changeset

* docs: update changeset file

* fix(frontend): set __PROD__ to false in rollup config

* Fix error svg icon (#327)

* fix(ui): wrap error svg icon

* docs: add changeset

* Upgrade dependencies (#328)

* chore: upgrade dependencies

* feat(frontend): upgrade shared dependencies versions

* docs: add changeset

---------

Co-authored-by: Paolo Guerra <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: luzzifoss <[email protected]>
luzzif added a commit that referenced this pull request Aug 11, 2023
* feat(frontend): implement featured KPI tokens (#321)

* chore: version packages (#323)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Avoid fetching all KPIs tokens if the blacklist is empty (#324)

* fix(frontend): avoid fetching all KPI tokens if the blacklist is empty

* docs: add changeset

* Implement blacklisted KPI tokens filter (#325)

* feat(sdk): implement blacklisted KPI tokens filters

* docs: add changeset

* refactor(frontend): move blacklist fetch to dedicated hook, use new static links

* feat(react): add blacklist param to KPI token hooks

* refactor(sdk): remove blacklist fetch, add optional blacklist param to fetchers

* docs: add changesets

* Replace __DEV__ env with __PROD__ (#326)

* refactor(frontend): replace __DEV__ env with __PROD__

* docs: add changeset

* docs: update changeset file

* fix(frontend): set __PROD__ to false in rollup config

* Fix error svg icon (#327)

* fix(ui): wrap error svg icon

* docs: add changeset

* Upgrade dependencies (#328)

* chore: upgrade dependencies

* feat(frontend): upgrade shared dependencies versions

* docs: add changeset

* feat(sdk): make library tree shakeable (#331)

* chore(sdk): move tests in dedicated folder

* chore(sdk): flatten module structure

* chore(sdk): fix broken import paths

* chore(sdk): make the package tree shakeable

* chore(frontend): use esbuild instead of terser to minify build

* chore(sdk): fix liting issues

* chore(frontend): minimize css

* chore(frontend): remove console log

---------

Co-authored-by: luzzifoss <[email protected]>

* chore(frontend): fix domain typo

* fix(frotnend): lint error (#332)

* chore(ui): flatten structure and make package tree shakeable (#333)

Co-authored-by: luzzifoss <[email protected]>

* chore(react): flatten file structure and make library tree shakeable (#334)

* chore(react): flatten file structure and make library tree shakeable

* chore(frontend): lower size limit

---------

Co-authored-by: luzzifoss <[email protected]>

---------

Co-authored-by: Paolo Guerra <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: luzzifoss <[email protected]>
luzzif added a commit that referenced this pull request Aug 11, 2023
* feat(frontend): implement featured KPI tokens (#321)

* chore: version packages (#323)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Avoid fetching all KPIs tokens if the blacklist is empty (#324)

* fix(frontend): avoid fetching all KPI tokens if the blacklist is empty

* docs: add changeset

* Implement blacklisted KPI tokens filter (#325)

* feat(sdk): implement blacklisted KPI tokens filters

* docs: add changeset

* refactor(frontend): move blacklist fetch to dedicated hook, use new static links

* feat(react): add blacklist param to KPI token hooks

* refactor(sdk): remove blacklist fetch, add optional blacklist param to fetchers

* docs: add changesets

* Replace __DEV__ env with __PROD__ (#326)

* refactor(frontend): replace __DEV__ env with __PROD__

* docs: add changeset

* docs: update changeset file

* fix(frontend): set __PROD__ to false in rollup config

* Fix error svg icon (#327)

* fix(ui): wrap error svg icon

* docs: add changeset

* Upgrade dependencies (#328)

* chore: upgrade dependencies

* feat(frontend): upgrade shared dependencies versions

* docs: add changeset

* feat(sdk): make library tree shakeable (#331)

* chore(sdk): move tests in dedicated folder

* chore(sdk): flatten module structure

* chore(sdk): fix broken import paths

* chore(sdk): make the package tree shakeable

* chore(frontend): use esbuild instead of terser to minify build

* chore(sdk): fix liting issues

* chore(frontend): minimize css

* chore(frontend): remove console log

---------

Co-authored-by: luzzifoss <[email protected]>

* chore(frontend): fix domain typo

* fix(frotnend): lint error (#332)

* chore(ui): flatten structure and make package tree shakeable (#333)

Co-authored-by: luzzifoss <[email protected]>

* chore(react): flatten file structure and make library tree shakeable (#334)

* chore(react): flatten file structure and make library tree shakeable

* chore(frontend): lower size limit

---------

Co-authored-by: luzzifoss <[email protected]>

* chore(sdk): build cjs lib (#337)

Co-authored-by: luzzifoss <[email protected]>

* fix(sdk): use size limit file plugin

---------

Co-authored-by: Paolo Guerra <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: luzzifoss <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants